	<STYLE TYPE="text/css">
	<!--
		@page { margin: 2cm }
		P { margin-bottom: 0.21cm; so-language: zxx }
	-->
	</STYLE>

<style>

.my-container {
    position: relative;
    overflow: hidden;
}
.my-container h1 {
    padding: 0;
    position: relative;
    z-index: 2;
} 
.my-container img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0.6;	
} 
ul {
    list-style-type: none;
    margin: 2;
    padding: 0;
    overflow: hidden;
    background-color: grey;
    position: fixed;
    top: 0;
    width: 100%;
    line-height:90%
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 0;
    font-size: 2vw;
    text-decoration: none;
}

li a:hover:not(.active) {
    background-color: palegreen;
}

.active {
    background-color: springgreen;
}
</style>

<style>
.dropbtn {
    background-color: PALEblue;
    color: white;
    padding: 0;
    font-size:1.5vw;
    border: none;
    cursor: pointer;
    
}

.dropdown {
  position: fixed;
  top: 100;
  width: 30%;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: yellow;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
padding 0px;
    z-index: 1;

}

.dropdown-content a {
    color: black;
    font-size: 1.2vw;

    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color:gold}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
</style>
<style>
div.fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 300px;
    border: 3px solid #73AD21;
}
</style>

<SCRIPT TYPE="text/javascript">
<!--
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=500,height=900,left=800,top=50 scrollbars=yes');
return false;
}
//-->


</SCRIPT>
<style> a:link {
    color: red;
}</style>
<style type="text/css">
 .row { vertical-align: top; height:auto; !important; }
 .list {display:none; }
 .show {display: none; }
 .hide:target + .show {display: inline; }
 .hide:target {display: none; }
 .hide:target ~ .list {display:inline; }
 @media print { .hide, .show { display: none; } }
a:link {
    color: black;
}
a:visited {
    color: blue;
}
 </style>


<script>
function goBack() {
    window.history.back();
}
</script>


<script>
function goBack() {
    window.history.back();
}
</script>